Welcome![Sign In][Sign Up]
Location:
Search - CTRL DEL

Search list

[Exploitwin2000下屏蔽ctrl+alt+del的新方法

Description: win2000下屏蔽热键的方法!-WIN2000 shielding hotkey under way!
Platform: | Size: 185563 | Author: lj | Hits:

[GUI DevelopVBProg

Description: 本程序实现了设置墙纸、令关闭命令不可用和禁用Ctrl+Alt+Del组合键的功能
Platform: | Size: 6948 | Author: bgl | Hits:

[OS programGinademo

Description: 屏蔽windows的ctrl,shift,del键。
Platform: | Size: 20157 | Author: caiqiong | Hits:

[Hook api2kctrl+alt+delWin

Description: 在2k中屏蔽ctrl+alt+del三键及Win键
Platform: | Size: 5385 | Author: 陈峰 | Hits:

[Hook apihide

Description: Windows XP系统中如何屏蔽 Ctrl+Alt+Del、Alt+Tab以及Ctrl+Esc键序列
Platform: | Size: 99198 | Author: jerry | Hits:

[OS programlockwindows

Description: 本来用键盘驱动程序能完美解决的,可未免也杀鸡用牛刀,场面搞大了点。其实当你登录后,Winlogon创建一个新的桌面并调用Explorer。,而Winlogon则在另一个名为Winlogon的桌面中,也就是说,NT至少有一个桌面,就是你登录前看到的那个,(题外话:所以写个虚拟桌面工具,就难不倒你啦)。而Ctrl+Alt+Del对系统而言,也不过就是个热键罢了,只是它被定位到Winlogon桌面中去了,同样,它也必然有一个窗口负责处理这个热键消息的,因此,解决方案就出来,如果我们可找到这个窗口并子类化它,呵呵,不就...。(使用我提供的ShellCode代码,在我的电脑上有枚举出Winlogon桌面的四个窗口,其中有一个名为SAS window的窗口,其它是什么IME啦,等等,猜都能猜出啦,SAS windows应该就是啦)。因为我们要子类化WinLogon桌面中的窗口,别无选择的我们应该使用远程线程了,本文使用的是将所有代码注入到WinLogon进程中去,而不是远程挂接DLL的方式,这样在你开发程序过程中,无需任何第三方文件了。(这应该是你乐意的)
Platform: | Size: 18335 | Author: jing | Hits:

[OS programDisnableCTRL_ALT_DEL

Description: 禁止Ctrl+ATL+DEL三个功能键同时按下.
Platform: | Size: 23359 | Author: yanxiaowu | Hits:

[Otherwangyue1

Description: 使用方法: 1: 包含C++类CCADMgr头文件,如:#include \"CADMgr.h\" 2: 定义变量如:CCADMgr m_cadMgr 3: 设置Ctrl+Alt+Del消息通知窗口,如:m_cadMgr.SetTargetWnd(m_hWnd) 4: 禁用或启用,如:m_cadMgr.DisableCAD(m_bDisabled) 5: 响应消息: 声明函数:afx_msg void OnHotKey(WPARAM wParam, LPARAM lParam) 消息映射:ON_MESSAGE(WM_HOTKEY, OnHotKey) 函数实现: void CTrapCADDlg::OnHotKey(WPARAM wParam, LPARAM lParam) { WORD wKey = HIWORD(lParam) WORD wModifier = LOWORD(lParam) BOOL bAltDown = ((wModifier & VK_MENU) != 0 ? TRUE : FALSE) BOOL bCtrlDown = ((wModifier & VK_CONTROL) != 0 ? TRUE : FALSE) //按下Ctrl + Alt + Del组合键 if(bCtrlDown && bAltDown && wKey == VK_DELETE) AfxMessageBox(\"对不起, Ctrl+Alt+Delete组合键已经被禁用了!\", MB_OK|MB_IConERROR)
Platform: | Size: 119281 | Author: 王跃 | Hits:

[Otherlock

Description: 屏幕挂机锁程序,屏蔽ctrl+alt+del!本程序是我为网吧写的,具有一定的参考价值!暂无发现BUG!如果你有任何建议或问题请联系我!
Platform: | Size: 106711 | Author: ljasdf | Hits:

[Windows DevelopTray

Description: 用于特殊环境的机器,可禁止CTRL+ATL+DEL,CTRL+SHIFT+ECS,WIN,CTRL+TAB,F1,鼠标右键等
Platform: | Size: 33624 | Author: gaoyang | Hits:

[Windows DevelopDisableKey

Description: vc++开发,windows下运行,仅用ctrl+atl+del键。
Platform: | Size: 216319 | Author: 郭风雨 | Hits:

[Windows Developdemo

Description: 过R3的隐藏进程屏蔽ctrl+alt+del
Platform: | Size: 42462 | Author: 老李 | Hits:

[Other resourceWBJF

Description: Of the password is: Server: \"1.\" Client: + for the month of the date of the machine. Such as \"2005/08/05\", compared with the number \"85\" Database: \"xzxq\". I made the changes: 1, stations and customer-service once every 30 seconds to exchange information (to ensure continuous line) 2, computer services-an increase of the serial number 3, client-service to send the card serial number and send IP addresses to the service side 4, the desktop client by the embargo, since the definition of the icon to start the process faster (from the window Superman Code) 5, CS-shielding some function keys, but CTRL + ALT + DEL keys can not shield the hope that a revised modify these friends 6, there are some corners of Laws (such as title, etc.). Client desktop icon in the Settings page set up first class to enter FXZWN999 open on to add, delete icon button
Platform: | Size: 1356944 | Author: JACK.CHEN | Hits:

[Hook apiProj_HookDll

Description: 实现键盘钩子算法,可以屏蔽任意键,CTRL+ATL+DEL、开机启动、关机程序等功能,具体请看源代码,这是个动态库。
Platform: | Size: 11987 | Author: 冯柯 | Hits:

[OS programgina_ctrl_alt_del

Description: gina programming.To disable ctrl+alt+del key.
Platform: | Size: 31004 | Author: alex | Hits:

[OS programHideProc

Description: 利用windows的一个*.dll卸载漏洞,可以实现在win9x,nt,w2k下进程的深度隐藏,按CTRL+ALT+DEL看不到,用终极防线也看不到,
Platform: | Size: 79894 | Author: Alexander | Hits:

[Hook apitrapkeys

Description: 此代码示范在Windows XP中如何实现屏蔽CTRL+ALT+DEL组合键序列,任务切换组合键序列(Alt+Tab),任务栏和“开始”菜单(Ctrl+Esc,VK_LWIN,VK_RWIN)。-this model code in Windows XP how to achieve shielding CTRL ALT DEL key sequence composition, mandate bond portfolio switching sequence (Alt-Tab), the task bar and the "start" menu (Ctrl Esc, VK_LWIN, VK_RWIN).
Platform: | Size: 95815 | Author: 蔡世贵 | Hits:

[assembly languagechongqi

Description: Dos下屏蔽热启动,想要重启的话先按下Ctrl+Alt+Del,松开Del键,然后按R键则重 启,按Q键则关机-Dos under thermal shielding started, and wanted to resume the first pressing Ctrl-Alt-Del, loosen Del keys, then R button will resume by Q keys were shutdown
Platform: | Size: 2713 | Author: 陈好 | Hits:

[OS programNoneCAD

Description: 不用修改gina.dll,在 Win NT/2000/XP系统上禁用 Ctrl + Alt + Del 键
Platform: | Size: 117911 | Author: 杨天 | Hits:

[Windows DevelopWorkstatio186804222001

Description: 怎样锁定计算机,并防止用户通过CTRL+ALT+DEL结束进程
Platform: | Size: 5595 | Author: 1235 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »

CodeBus www.codebus.net